imported patch quiet_linux_build.patch
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 23 Nov 2005 19:19:24 +0000 (19:19 +0000)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Wed, 23 Nov 2005 19:19:24 +0000 (19:19 +0000)
tools/libxc/xc_linux_build.c

index d61ecfa549cb17ce8480066c6755ac6b0e0435a1..b111158a954b453888cf9b7bd01a642407048b13 100644 (file)
@@ -480,6 +480,7 @@ static int setup_guest(int xc_handle,
 
 #define _p(a) ((void *) (a))
 
+#if 0
     printf("VIRTUAL MEMORY ARRANGEMENT:\n"
            " Loaded kernel: %p->%p\n"
            " Init. ramdisk: %p->%p\n"
@@ -500,6 +501,7 @@ static int setup_guest(int xc_handle,
            _p(vstack_start), _p(vstack_end),
            _p(dsi.v_start), _p(v_end));
     printf(" ENTRY ADDRESS: %p\n", _p(dsi.v_kernentry));
+#endif
 
     if ( ((v_end - dsi.v_start)>>PAGE_SHIFT) > nr_pages )
     {